home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / autoload < prev    next >
Encoding:
Text File  |  1993-10-08  |  316 b   |  7 lines

  1.        autoload [ name ... ]
  2.               For  each  of  the  names (which are names of func-
  3.               tions), create a function  marked  undefined.   The
  4.               fpath  variable will be searched to find the actual
  5.               function definition when the function is first ref-
  6.               erenced.
  7.